home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / visual / perl.exe / {app} / Templates / css / css1.css next >
Encoding:
Cascading Style Sheet File  |  2003-01-11  |  1.7 KB  |  64 lines

  1. body { background: white; }
  2.  
  3. .title {
  4.         font-size: 15pt;
  5.         font-family: "Verdana, Arial, Helvetica";
  6.         font-weight: bold;
  7.         font-style: normal; color: "black";
  8.        }
  9. .code  {
  10.         font-size: 10pt;
  11.         font-family: "Courier New";
  12.         font-weight: light;
  13.         font-style: normal; color: "BA008F";
  14.        }
  15. .link  {
  16.         font-size: 10pt;
  17.         font-family: "Verdana, Arial, Helvetica";
  18.         font-weight: normal;
  19.         font-style: normal; color: "blue";
  20.        }
  21. .demo  {
  22.         font-size: 8pt;
  23.         font-family: "Verdana, Arial, Helvetica";
  24.         font-weight: normal;
  25.         font-style: normal; color: "blue";
  26.        }
  27. .demotitle {
  28.         font-size: 8pt;
  29.         font-family: "Verdana, Arial, Helvetica";
  30.         font-weight: bold;
  31.         font-style: normal; color: "red";
  32.        }
  33. .desc1 {
  34.         font-size: 10pt;
  35.         font-family: "Verdana, Arial, Helvetica";
  36.         font-weight: bold;
  37.         font-style: normal; color: "black";
  38.         }
  39. .desc2 {
  40.         font-size: 10pt;
  41.         font-family: "Verdana, Arial, Helvetica";
  42.         font-weight: bold;
  43.         font-style: normal; color: "black";
  44.         }
  45. .flush {
  46.         margin-left: -20p; margin-right: -20p;
  47.        }
  48. .head1 {
  49.         line-height: 40pt;
  50.         margin-top: 10pt;
  51.         margin-left: 70pt; font-size: 50pt; font-style: italic;
  52.        }
  53. .head2 {
  54.         line-height: 40pt;
  55.         margin-left: 150pt; font: 40pt "arial"; font-weight: bold; color: silver;
  56.        }
  57. .name  {
  58.         font-size: 10pt;
  59.         font-family: "Verdana, Arial, Helvetica";
  60.         font-weight: normal;
  61.         font-style: italic;
  62.         color: blue;
  63.        }
  64.